CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 字符串

搜索资源列表

  1. 日期、菜单、字符串的C函数.rar

    0下载:
  2. 日期、菜单、字符串的C函数
  3. 所属分类:其它

    • 发布日期:2012-03-16
    • 文件大小:28089
    • 提供者:
  1. C 字符串完全指南.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:32611
    • 提供者:
  1. 加密字符串(引用DLL)

    0下载:
  2. 调用DLL实现字符的加密与解密,其中dll中有自己定义的加密和解密方法,在c#中调用这两个方法,即可实现字符串的加密与解密。(Call DLL to achieve the characters of encryption and decryption, in which DLL has its own definition of encryption and decryption methods, call these two methods in c#, you can achieve th
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:64512
    • 提供者:天津站
  1. 字符串转换

    0下载:
  2. 汉字字符串,计算该串的拼音首字母,c#源代码(String of Chinese characters, the initial string of the alphabet, c# source code)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:zondy
  1. string_CANCAT

    1下载:
  2. 简单的字符串拼接原理,使用C++语言实现(Simple string splicing)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:2788352
    • 提供者:天之梧桐
  1. 在C#中使用正则表达式

    0下载:
  2. 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)
  3. 所属分类:C#编程

    • 发布日期:2018-01-02
    • 文件大小:9216
    • 提供者:skboshi
  1. 递归方法求阶乘字符串反转c#

    0下载:
  2. 递归方法求阶乘字符串反转c#实现。递归有时间是很有用的,如果能灵活操作,那更是妙不可言。
  3. 所属分类:Windows编程

  1. 你必须知道的495个C语言问题

    0下载:
  2. 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, strings, memory allocation, library
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-01-05
    • 文件大小:17289216
    • 提供者:Ha7
  1. C#基类

    0下载:
  2. .net c# 通用类库,包括网络,数据库,字符串操作。(.net c# common socket ms sql string)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:9139200
    • 提供者:s731673173
  1. 4判字符串中心对称

    0下载:
  2. 开始运行后,用户输入一段字符串,然后开始执行功能,即判断字符串是否中心对称(After the operation, the user input a string, and then start executive function, is to determine whether the string of central symmetry.)
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:244736
    • 提供者:苏噗噜
  1. c实验学习字符串IO

    0下载:
  2. 程序将筛选stateoutflow.txt文件里的符合要求的数据,并输出,用于学习字符串I/O(The program will filter the required data in the stateoutflow.txt file and output it for learning string I/O)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:232448
    • 提供者:theisness
  1. STL 拆分字符串

    0下载:
  2. 使用C++ STL拆分字符串“How are you?”(C++ STL strSeparator strText.find_first_of)
  3. 所属分类:Windows编程

  1. 字符串加减.c

    0下载:
  2. 一段简单的代码实现字符串的加减, 可以用于编程练习(A piece of code which implements the addition and subtraction of a string)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:TonyGao1
  1. C语言中printf的使用

    0下载:
  2. printf()函数是式样化输出函数, 一般用于向准则输出设备按规定式样输出消息。正在编写步骤时经常会用到此函数。printf()函数的挪用式样为: printf("<式样化字符串>",<参量表>);(The printf () function is a stylized output function, which is generally used to output messages to a standard output dev
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
  1. c++算法与实践

    0下载:
  2. C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:11286528
    • 提供者:一一飞
  1. C语言字符串函数大全

    0下载:
  2. 字符串函数使用方法,C语言描述,总结函数的文档(The string function use method, the C language descr iption, the summary of the function's document)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:wyr1010
  1. C语言字符串练习题目答案

    0下载:
  2. C语言有关字符串的练习题目答案,有助于加深C语言初学者对C语言字符串有关内容的理解。(C language string practice)
  3. 所属分类:网络编程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:旭哥稳
  1. C程序—查找

    0下载:
  2. 寻找对称的字符串的最大长度,输入一串字符,输出与其对称的最大长度。(Finding the maximum length of a symmetric string)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1469440
    • 提供者:墨染静然
  1. 测量字符串长度

    1下载:
  2. 测量字符串长度,输入字符串,输出字符串的长度。(Measure the length of the string, input the string, output the length of the string.)
  3. 所属分类:书籍源码

    • 发布日期:2021-03-09
    • 文件大小:11264
    • 提供者:深海不蓝
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com